OLEParameter.Position Property

Syntax

Position as Integer


Allows you to specify which position (1-based index) that you want the parameter to be passed in. This is akin to named parameters, if you know the position of the parameter within the function that you want to call, you can create an OLEParameter object and set its Position property to achieve the same effect.

The default value is 0, which means no positioning.